Does approaching SICP in clojure have a high chance of success? [on hold]

Posted by ironicaldiction on Programmers See other posts from Programmers or by ironicaldiction
Published on 2014-08-19T14:48:42Z Indexed on 2014/08/19 16:29 UTC
Read the original article Hit count: 254

Filed under:
|
|

I am a third year bachelor student in a software engineering program, and I brought up the idea of reading SICP to an adviser to gain a deeper and more fundamental understanding of the principles behind all this software we engineer. He suggested not to learn scheme to complete the book (because it's not as common as modern dialects of lisp) but to do the exercises in clojure instead.

My worry is that completing exercises in clojure instead of scheme will make an already difficult book tortuous.

If I do attempt the book's exercises in the more modern clojure, will it be difficult to succeed (for example, because I can't find any real solutions, the syntax they teach for scheme is different, etc.), or do you think approaching the book in clojure could be just as successful as approaching it in scheme?

I'm really not knowledgeable enough about either clojure or scheme to make an argument about this, so I wanted to know if I should bring it up or not.

© Programmers or respective owner

Related posts about clojure

Related posts about Scheme